home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global yubicurs, mcurs, h, v, numb, mydatebase
- set the visible of sprite 5 to 1
- set the visible of sprite 15 to 1
- set mcurs to list(912, 913)
- set the cursor of sprite 11 to mcurs
- repeat with n = 16 to 17
- set the cursor of sprite n to yubicurs
- end repeat
- repeat with n = 19 to 22
- set the cursor of sprite n to yubicurs
- end repeat
- set the cursor of sprite 23 to yubicurs
- if item 14 of line numb of mydatebase <> 0 then
- set the cursor of sprite 13 to yubicurs
- end if
- set the locH of sprite 15 to h
- set the locV of sprite 15 to v
- unLoad()
- end
-